home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / as / local.mk < prev    next >
Encoding:
Makefile  |  1990-02-13  |  632 b   |  29 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8.  
  9. #
  10. # Install as `gas' instead of `as' on decStations.
  11. #
  12. #if   !empty(TM:Mds3100)
  13. NAME            =   gas
  14. CFLAGS          += -DTARGET_DS3100
  15.  
  16. #elif !empty(TM:Msun2)
  17. CFLAGS          += -DTARGET_SUN2
  18.  
  19. #elif !empty(TM:Msun3)
  20. CFLAGS          += -DTARGET_SUN3
  21.  
  22. #elif !empty(TM:Msun4)
  23. CFLAGS          += -DTARGET_SUN4
  24.  
  25. #endif
  26.  
  27. #include    <$(SYSMAKEFILE)>
  28.  
  29.